#include <vector>
#include <string>
#include <cassert>
#include <stdio.h>
#include <stdlib.h>
#include <sstream>
#include <iomanip>
#include <stdexcept>
#include <algorithm>
#include <iostream>
#include <stdint.h>
Go to the source code of this file.
◆ MIE_ALIGN
Value:__attribute__((aligned(16)))
Definition at line 50 of file zm.h.
◆ MIE_ALLOCA_
Value:
Definition at line 56 of file zm.h.
◆ MIE_FORCE_INLINE
#define MIE_FORCE_INLINE __attribute__((always_inline)) |
Definition at line 53 of file zm.h.
◆ MIE_USE_UNIT32
Definition at line 67 of file zm.h.
◆ MIE_USE_X64ASM
Definition at line 23 of file zm.h.
◆ MIE_ZM_VUINT_BIT_LEN
#define MIE_ZM_VUINT_BIT_LEN (64 * 9) |
Zm = Z/mZ field class (not optimzied) m : integer
Definition at line 20 of file zm.h.