Skip to content

Commit 308edcb

Browse files
committed
Remove __ymm_aligned to fix aligned-new warning
1 parent ffc6dab commit 308edcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/modules/rewrite.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class Rewrite final : public Module {
3636

3737
size_t num_templates_;
3838
uint16_t template_size_[kNumSlots];
39-
unsigned char templates_[kNumSlots][kMaxTemplateSize] __ymm_aligned;
39+
unsigned char templates_[kNumSlots][kMaxTemplateSize];
4040
};
4141

4242
#endif // BESS_MODULES_REWRITE_H_

0 commit comments

Comments
 (0)