Wire Sysio Wire Sysion 1.0.0
|
#include "zm.h"
#include <xbyak/xbyak.h>
#include <xbyak/xbyak_util.h>
#include <stdio.h>
#include <stdlib.h>
#include <memory.h>
#include <iostream>
Go to the source code of this file.
Classes | |
struct | Code |
struct | Call |
Macros | |
#define | XBYAK_NO_OP_NAMES |
#define | NUM_OF_ARRAY(x) |
Functions | |
mie::Vuint | Put (const uint64_t *x, size_t n) |
void | bench (int mode) |
int | main (int argc, char *argv[]) |
Variables | |
const int | innerN = 1 |
void bench | ( | int | mode | ) |
Definition at line 104 of file bench.cpp.
int main | ( | int | argc, |
char * | argv[] ) |
Definition at line 143 of file bench.cpp.
mie::Vuint Put | ( | const uint64_t * | x, |
size_t | n ) |
Definition at line 96 of file bench.cpp.