8000 Add -fveclib=none to cflags · numpy/numpy@fcfcf82 · GitHub
[go: up one dir, main page]

Skip to content

Commit fcfcf82

Browse files
author
Raghuveer Devulapalli
committed
Add -fveclib=none to cflags
1 parent b3a7362 commit fcfcf82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux_simd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,8 @@ jobs:
282282
- name: Build
283283
run: |
284284
source /opt/intel/oneapi/setvars.sh
285-
CFLAGS=-fp-model=strict
286-
CXXFLAGS=-fp-model=strict
285+
CFLAGS="-fp-model=strict -fveclib=none"
286+
CXXFLAGS="-fp-model=strict -fveclib=none"
287287
CC=icx CXX=icpx spin build -- -Dallow-noblas=true
288288
289289
- name: Meson Log

0 commit comments

Comments
 (0)
0