"git@developer.sourcefind.cn:cnjsdfcy/simbricks.git" did not exist on "52774e3c0283d28c46d9b03db5ad464db05a4ea7"
Commit 887f7635 authored by Astha Rai's avatar Astha Rai
Browse files

formatting fix

parent a5137505
......@@ -1914,7 +1914,7 @@ using uint8x8_t = typename vector_type<uint8_t, 8>::type;
using uint8x16_t = typename vector_type<uint8_t, 16>::type;
using uint8x32_t = typename vector_type<uint8_t, 32>::type;
using uint8x64_t = typename vector_type<uint8_t, 64>::type;
// pack int4
using pk_i4x2_t = typename vector_type<pk_i4_t, 2>::type;
using pk_i4x4_t = typename vector_type<pk_i4_t, 4>::type;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment