Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Update real function to provide correct kind #5797

Merged
merged 17 commits into from
Dec 27, 2024
Merged
Prev Previous commit
Next Next commit
Rename to resolve conflict
  • Loading branch information
HarshilShah1804 committed Dec 24, 2024
commit 3921ff2f9629af99013789f19dfcf0765ebb64a9
2 changes: 1 addition & 1 deletion integration_tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,7 @@ RUN(NAME intrinsics_328 LABELS gfortran llvm llvm_wasm llvm_wasm_emcc)
RUN(NAME intrinsics_329 LABELS gfortran llvm llvm_wasm llvm_wasm_emcc) #idnint
RUN(NAME intrinsics_330 LABELS gfortran llvm llvm_wasm llvm_wasm_emcc) #amax0, max1
RUN(NAME intrinsics_331 LABELS gfortran llvm llvm_wasm llvm_wasm_emcc) # cshift
RUN(NAME intrinsics_332 LABELS gfortran llvm llvm_wasm llvm_wasm_emcc) # real
RUN(NAME intrinsics_333 LABELS gfortran llvm llvm_wasm llvm_wasm_emcc) # real

RUN(NAME la_constants LABELS gfortran llvm llvm_wasm llvm_wasm_emcc NOFAST) # LAPACK constants

Expand Down