You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Learn more about: Compiler Warning (level 1) C4556"
3
2
title: "Compiler Warning (level 1) C4556"
4
-
ms.date: "08/27/2018"
3
+
description: "Learn more about: Compiler Warning (level 1) C4556"
4
+
ms.date: "03/28/2025"
5
5
f1_keywords: ["C4556"]
6
6
helpviewer_keywords: ["C4556"]
7
-
ms.assetid: e4c0e296-b747-4db1-9608-30b8b74feac2
8
7
---
9
8
# Compiler Warning (level 1) C4556
10
9
11
-
> value of intrinsic immediate argument '*value*' is out of range '*lowerbound* - *upperbound*'
10
+
> value of intrinsic immediate argument '*value*' is out of range '*lower_bound* - *upper_bound*'
12
11
13
12
## Remarks
14
13
15
14
An intrinsic matches a hardware instruction. The hardware instruction has a fixed number of bits to encode the constant. If *value* is out of range, it will not encode properly. The compiler truncates the extra bits.
0 commit comments