More shared header cleanup.

This commit is contained in:
Ben Vanik
2014-08-16 19:07:21 -07:00
parent 4675161902
commit 6cb9ca432f
11 changed files with 77 additions and 97 deletions

View File

@@ -11,10 +11,11 @@
#define ALLOY_VEC128_H_
#include <alloy/core.h>
#include <poly/poly.h>
namespace alloy {
typedef struct XECACHEALIGN vec128_s {
typedef struct alignas(16) vec128_s {
union {
struct {
float x;