From 88e995ddcf38e29b3674b7fd27d9e9c2a3af9149 Mon Sep 17 00:00:00 2001 From: jsteube Date: Thu, 17 Aug 2017 11:18:39 +0200 Subject: [PATCH] Replace some SIMD related function calls --- OpenCL/m12800.cl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenCL/m12800.cl b/OpenCL/m12800.cl index 089bb463f..b93ad2524 100644 --- a/OpenCL/m12800.cl +++ b/OpenCL/m12800.cl @@ -137,8 +137,8 @@ __kernel void m12800_init (__global pw_t *pws, __global const kernel_rule_t *rul #undef uint_to_hex_lower8 - make_utf16le (w1, w2, w3); - make_utf16le (w0, w0, w1); + make_utf16le_S (w1, w2, w3); + make_utf16le_S (w0, w0, w1); w0[0] = swap32_S (w0[0]); w0[1] = swap32_S (w0[1]);