⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 vect-4.f90

📁 linux下编程用 编译软件
💻 F90
字号:
! { dg-do compile }! { dg-require-effective-target vect_float }! Peeling to align the store to Y will also align the load from Y.! The load from X may still be misaligned.SUBROUTINE SAXPY(X, Y, A)DIMENSION X(64), Y(64)Y = Y + A * XEND! { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" } } ! { dg-final { scan-tree-dump-times "Alignment of access forced using peeling" 1 "vect" } }! { dg-final { scan-tree-dump-times "Vectorizing an unaligned access" 1 "vect" } }! { dg-final { scan-tree-dump-times "accesses have the same alignment." 1 "vect" } }! { dg-final { cleanup-tree-dump "vect" } }

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -