Skip to content

Instantly share code, notes, and snippets.

View sethbrin's full-sized avatar

zengping sethbrin

  • 中科院计算所
View GitHub Profile
@sethbrin
sethbrin / bench.cpp
Last active October 16, 2017 13:08
Test performance of arm neon assembly
#include <assert.h>
#include <stdio.h>
#include <algorithm>
#include <cstring>
#include <functional>
#include <vector>
#include <chrono>
#include <algorithm>
#include <cmath>
#include <stdlib.h>