Add the missing semicolon.

gangliao-patch-1
Liu Yiqun 8 years ago
parent c3705602de
commit 7fb0684a91

@ -524,7 +524,7 @@ public:
const float32x4_t b) const { const float32x4_t b) const {
return vmaxq_f32(a, b); return vmaxq_f32(a, b);
} }
} };
#else #else
#error To be implemented #error To be implemented
#endif // PADDLE_TYPE_DOUBLE #endif // PADDLE_TYPE_DOUBLE

Loading…
Cancel
Save