Skip to content

Commit

Permalink
For now, is trusted. See #62
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Piolat committed Aug 30, 2022
1 parent 613ed1e commit c8690f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/inteli/avxintrin.d
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ unittest
/// Load 256-bits (composed of 4 packed double-precision (64-bit) floating-point elements)
/// from memory. `mem_addr` must be aligned on a 32-byte boundary or a general-protection
/// exception may be generated.
__m256d _mm256_load_pd (const(double)* mem_addr) pure @system
__m256d _mm256_load_pd (const(double)* mem_addr) pure @trusted
{
return *cast(__m256d*)mem_addr;
}
Expand Down

0 comments on commit c8690f6

Please sign in to comment.