Browse Source

fix bug in word.h, thanks David Leon Gil

master
Michael Hamburg 10 years ago
parent
commit
5847031d7f
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/include/word.h

+ 0
- 1
src/include/word.h View File

@@ -112,7 +112,6 @@ typedef word_t vecmask_t __attribute__((vector_size(32)));
typedef uint32x4_t big_register_t;
typedef uint64x2_t uint64xn_t;
typedef uint32x4_t uint32xn_t;
typedef uint32_t uint32xn_t;

static __inline__ big_register_t
br_set_to_mask(mask_t x) {


Loading…
Cancel
Save