OSDN Git Service

ex_simd Files Add
authorMyun2 <myun2@nwhite.info>
Thu, 3 May 2012 14:20:52 +0000 (23:20 +0900)
committerMyun2 <myun2@nwhite.info>
Thu, 3 May 2012 14:20:52 +0000 (23:20 +0900)
commit7edf231af42050851129a5e68831928b71e4f605
tree31c5c210dd45a393456bcd0684802b285b249dd7
ex_simd Files Add
19 files changed:
include/roast/simd/float_xmm_register.hpp [new file with mode: 0644]
include/roast/simd/int_xmm_register.hpp [new file with mode: 0644]
include/roast/simd/simd.hpp [new file with mode: 0644]
include/roast/simd/simd_common.hpp [new file with mode: 0644]
include/roast/simd/simd_make_shuffles.hpp [new file with mode: 0644]
include/roast/simd/simd_operator.hpp [new file with mode: 0644]
include/roast/simd/simd_types.hpp [new file with mode: 0644]
include/roast/simd/sse2_char.hpp [new file with mode: 0644]
include/roast/simd/sse2_ibase.hpp [new file with mode: 0644]
include/roast/simd_lambda/simd_core.hpp [new file with mode: 0644]
include/roast/simd_lambda/simd_core__m128_xmm [new file with mode: 0644]
include/roast/simd_lambda/simd_core__m128_xmm_get [new file with mode: 0644]
include/roast/simd_lambda/simd_core__xmm_m128 [new file with mode: 0644]
include/roast/simd_lambda/simd_core__xmm_xmm [new file with mode: 0644]
include/roast/simd_lambda/simd_core__xmm_xmm_ [new file with mode: 0644]
include/roast/simd_lambda/simd_core_sse [new file with mode: 0644]
include/roast/simd_lambda/simd_core_sse2 [new file with mode: 0644]
include/roast/simd_lambda/simd_lambda.hpp [new file with mode: 0644]
include/roast/simd_lambda/vecpro.hpp [new file with mode: 0644]